const github.com/oapi-codegen/runtime.tagName

6 uses

	github.com/oapi-codegen/runtime (current package)
		bindform.go#L16: const tagName = "json"
		bindform.go#L44: 		tag := tValue.Field(i).Tag.Get(tagName)
		bindform.go#L100: 		tag := tValue.Field(i).Tag.Get(tagName)
		bindform.go#L178: 			tag := field.Tag.Get(tagName)
		bindform.go#L241: 		tag := parentStruct.Type().Field(i).Tag.Get(tagName)
		bindform.go#L301: 			tag := field.Tag.Get(tagName)